diff options
| author | Factiven <[email protected]> | 2023-04-25 16:29:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-25 16:29:00 +0700 |
| commit | 9b524cd5312dc01f955046f62cd40da26160a327 (patch) | |
| tree | 9f1d172b60d482dea8268742ffce7de1f7aea9ca /pages/profile/[user].js | |
| parent | Update [...id].js (diff) | |
| parent | Merge branch 'main' into pre-production (diff) | |
| download | moopa-9b524cd5312dc01f955046f62cd40da26160a327.tar.xz moopa-9b524cd5312dc01f955046f62cd40da26160a327.zip | |
Merge pull request #1 from DevanAbinaya/pre-production
Merge branch pre-production to main
Diffstat (limited to 'pages/profile/[user].js')
| -rw-r--r-- | pages/profile/[user].js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/profile/[user].js b/pages/profile/[user].js index 54314db..a27d5b9 100644 --- a/pages/profile/[user].js +++ b/pages/profile/[user].js @@ -16,7 +16,6 @@ export default function MyList({ media, sessions, user, time }) { } return media.filter((m) => m.name === status); }; - // console.log(media); return ( <> <Head> |